3D Graphics Programming with QuickDraw 3D 1.5.4
Previous | QD3D Book | Overview | Chapter Contents | Next |
A vertex is a dimensionless position in three-dimensional space at which two or more lines (for instance, edges) intersect, with an optional set of vertex attributes. Vertices are defined by the TQ3Vertex3D data type.
typedef struct TQ3Vertex3D {
TQ3Point3D point;
TQ3AttributeSet attributeSet;
} TQ3Vertex3D;
Previous | QD3D Book | Overview | Chapter Contents | Next |